home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl2 / sentry47.zip / HISTORY.TXT < prev    next >
Text File  |  1996-04-17  |  19KB  |  516 lines

  1.         Revision History
  2.         ================
  3.  
  4.         Pre-Release Notes
  5.         -----------------
  6.         March 95   - My search for DOS security programs is
  7.                      unsuccessful. The general idea for Sentry is
  8.                      formed.
  9.  
  10.         April 95   - Coding for Sentry begins.
  11.  
  12.         May 95     - Still coding...
  13.  
  14.         June 95    - Sentry is now a complete program.
  15.  
  16.         July 95    - Beta testing. Many updates made.
  17.  
  18.  
  19.         Sentry V1.0
  20.         -----------
  21.         Release Date: 20 July 95
  22.  
  23.         - Sentry V1.0 (Shareware) is released. Contains basic
  24.           functionality. At this point, Sentry is approximately 1700
  25.           lines of code.
  26.  
  27.  
  28.         Sentry V1.1
  29.         -----------
  30.         Release Date: 27 July 95
  31.  
  32.         - Sentry V1.1 Released. V1.1 fixes some serious bugs in V1.0,
  33.           and has these additions:
  34.  
  35.           * Date format is selectable.
  36.  
  37.           * Users with no password expiration are not assigned an expiry
  38.             date on entering a new password.
  39.  
  40.           * Incorrect password verification displayed immediately when
  41.             creating a new user, or toggling SuperUser status.
  42.  
  43.  
  44.         Sentry V1.2
  45.         -----------
  46.         Release Date: 29 July 95
  47.  
  48.         - Sentry V1.2 Released. Some more minor bugs are repaired and
  49.           several areas are updated. Additions are:
  50.  
  51.           * Memory management improved.
  52.  
  53.           * All user stats now shown instead of just login name.
  54.  
  55.           * The keyboard buffer is flushed after an invalid login
  56.             attempt.
  57.  
  58.  
  59.         Sentry V1.3
  60.         -----------
  61.         Release Date: 01 Aug 95
  62.  
  63.         - Sentry V1.3 Released. Again, more bugs were fixed in this
  64.           version. Additions are:
  65.  
  66.           * The log file is now much more detailed than before, and
  67.             includes a time stamp on every action.
  68.  
  69.           * A bug with deleting a user listed as 15th or later in the
  70.             password file has been fixed. (Regardless of what page the
  71.             user you selected to delete was on, a user from the first
  72.             page was always deleted).
  73.  
  74.           * A bug in the multi-user display was fixed. (If the last page
  75.             contained one user, you could not page down to see him).
  76.  
  77.  
  78.         Sentry V1.4
  79.         -----------
  80.         Release Date: 08 Aug 95
  81.  
  82.         - Sentry V1.4 Released. Some minor changes have been made,
  83.           mostly for the sake of appearance. Additions are:
  84.  
  85.           * The Sentry.ini file now allows the user to select the
  86.             colours to be used for normal and highlighted text.
  87.  
  88.           * Input routines have been improved and simplified.
  89.             Inappropriate characters have been stripped from the input
  90.             stream.
  91.  
  92.  
  93.         Sentry V2.0
  94.         -----------
  95.         Release Date: 11 Aug 95
  96.  
  97.         - Sentry V2.0 Released. Many revisions, fixes and additions have
  98.           been made to the program for this release. Most of the update
  99.           ideas came from Bret Jacobsen. Additions include:
  100.  
  101.           * Invalid login/password length messages (both to the screen
  102.             and log file) are user-definable in the Sentry.ini file.
  103.  
  104.           * If a normal user attempts to log in as a SuperUser, it is
  105.             recorded in the log file.
  106.  
  107.           * The SuperUser Login flag is cleared after an invalid login.
  108.             (This is a bug fix: previously if CTRL-ENTER was pressed
  109.             during an invalid login attempt, the next successful login
  110.             attempt would be as a SuperUser, as long as the user had
  111.             access).
  112.  
  113.           * A bug with the Toggle SuperUser Access option corrupting the
  114.             time stamps has been fixed.
  115.  
  116.           * The log file is again re-organized to be more "readable."
  117.  
  118.           * You can no longer delete the last SuperUser on your system
  119.             (thereby locking yourself out). Sentry performs a check
  120.             previous to deletion and will abort if you are deleting the
  121.             last SuperUser.
  122.  
  123.           * A bug with the input skipping characters was fixed.
  124.  
  125.           * After a successful login, the number of invalid login
  126.             attempts since your last successful login is now shown.
  127.  
  128.           * The user can now abort a password change, unless the
  129.             password has expired.
  130.  
  131.           * The option to reset an account's password has been added to
  132.             the SuperUser menu.
  133.  
  134.           * You can now define the number of invalid logins permissible
  135.             before an account expires (locks up). The default setting is
  136.             defined in the Sentry.ini file, and the settings for
  137.             individual accounts can be modified from the SuperUser menu.
  138.  
  139.  
  140.         Sentry V2.1
  141.         -----------
  142.         Release Date: 20 Aug 95
  143.  
  144.           * Input no longer automatically ends after "MaxPasswordLen"
  145.             characters have been entered at the login or password
  146.             prompts. Input continues as required, however only
  147.             "MaxPasswordLen" characters are used. Any extra characters
  148.             are discarded.
  149.  
  150.           * Case sensitivity for logins can now be turned on and off via
  151.             the Sentry.ini file. This is applicable to logins only,
  152.             passwords are still case sensitive.
  153.  
  154.  
  155.         Sentry V2.2
  156.         -----------
  157.         Release Date: 10 Sep 95
  158.  
  159.           * Sentry now uses windowed screens for all output, as opposed
  160.             to simply directing output to the entire screen.
  161.  
  162.           * When entering dates, the year is now checked. If it is not 4
  163.             characters, the user is forced to re-enter it. This was
  164.             causing problems with Sentry accepting '96' as a valid year,
  165.             and subsequently not translating correctly.
  166.  
  167.           * A bug with the password encoding scheme has been fixed. The
  168.             encryption used to truncate passwords at length 8, causing
  169.             only the first 8 characters to be recognized. For
  170.             SuperUsers, this meant that passwords over 8 would not
  171.             contain the SuperUser stamp (it was truncated). This problem
  172.             has now been rectified, and passwords are significant for
  173.             MaxPasswordLen characters. All in all, this seriously
  174.             increases the amount of security available from Sentry.
  175.  
  176.             NOTE: Because of the above modification, older versions of
  177.             Sentry cannot use password files from V2.2 and up. The
  178.             reverse is not true however, as Sentry V2.2 can use password
  179.             files all the way back to V1.0.
  180.  
  181.             Also note that to use passwords over 8 characters, you must
  182.             re-create the old passwords. This can be easily done by
  183.             selecting the "Change Account Password" option from the
  184.             SuperUser menu.
  185.  
  186.  
  187.         Sentry V2.3
  188.         -----------
  189.         Release Date: 24 Sep 95
  190.  
  191.           * Small bugs with windowed mode have been fixed.
  192.  
  193.           * Windowed mode is now optional. For those that prefer
  194.             "normal" operation, you can set that in the Sentry.ini file.
  195.  
  196.           * Log file viewing can now handle long lines, and you can skip
  197.             to the end of the file by pressing the ESC key once.
  198.  
  199.           * Quickstart instructions are now included in the Qstart.txt
  200.             file.
  201.  
  202.  
  203.         Sentry V2.4
  204.         -----------
  205.         Release Date: 06 Oct 95
  206.  
  207.           * The Sentry.ini file can now be edited from the SuperUser
  208.             menu. The user can get information on each attribute,
  209.             including a brief description, security notes, default
  210.             setting, and the current setting just by selecting which
  211.             attribute they wish to change.
  212.  
  213.  
  214.         Sentry V2.5
  215.         -----------
  216.         Release Date: 10 Oct 95
  217.  
  218.           * Sentry can now be run from any location. The user does not
  219.             have to be in the Sentry home directory for it to work
  220.             properly.
  221.  
  222.  
  223.         Sentry V2.6
  224.         -----------
  225.         Release Date: 25 Oct 95
  226.  
  227.           * The SuperUser may modify the "Login:" and "Password:"
  228.             prompts to suit their custom environment. These are changed
  229.             either through the Sentry.ini file or via the SuperUser
  230.             menu.
  231.  
  232.           * Any setting changes made via the SuperUser menu are now
  233.             recorded in the log file. This will help SuperUser keep a
  234.             history of setting changes, which is useful in the case of a
  235.             security audit.
  236.  
  237.           * An environment variable is now set by Sentry upon successful
  238.             login. The variable is set to the username of the person
  239.             logging in. This can be very useful if you wish other
  240.             programs to link with Sentry and perform specific actions
  241.             depending on who is logging in. (For example: if it is a
  242.             SuperUser logging in, you may wish to display some system
  243.             stats, or you may want to display individual greetings (or
  244.             warnings) based on who is logging in).
  245.  
  246.  
  247.         Sentry V2.7
  248.         -----------
  249.         Release Date: 28 Oct 95
  250.  
  251.           * Sentry now uses a screen saver to blank the screen during
  252.             idle periods. Although this feature does not add to Sentry's
  253.             security, it now means that users can run Sentry before
  254.             leaving their terminal and not worry about burn-in.
  255.  
  256.  
  257.         Sentry V3.0
  258.         -----------
  259.         Release Date: 10 Nov 95
  260.  
  261.           * The old password and Sentry.ini files are no more!
  262.             These files have been done away with, since they posed a
  263.             slight security risk. This removes the need to edit the
  264.             initialization settings by hand.
  265.  
  266.           * You can no longer revoke SuperUser access from the last
  267.             SuperUser on your system. By doing this, you could
  268.             potentially lock yourself out of your system, so it is not a
  269.             valid option any more.
  270.  
  271.           * "Exploding Windows" are now available. These can be turned
  272.             on via the initialization settings. This is for appearance
  273.             only, and has no effect on functionality.
  274.  
  275.           * The user can now select a message to appear randomly on the
  276.             screen during the screen saver. This fixes a bug in previous
  277.             versions where the cursor remained in the upper left corner
  278.             during the screen saver, which could case burn-in.
  279.  
  280.           * Upon exiting the SuperUser menu, the screen is restored to
  281.             the way it was before Sentry was run. This eliminates the
  282.             problem of sensitive information remaining on your screen.
  283.  
  284.  
  285.         Sentry V3.1
  286.         -----------
  287.         Release Date: 03 Dec 95
  288.  
  289.           * The user can now select the character to be echoed to the
  290.             screen when a password is entered. In addition, the user can
  291.             chose to have no character or the actual character echoed.
  292.  
  293.           * The log file now records when the Sentry DOS shell is
  294.             entered and exited.
  295.  
  296.  
  297.         Sentry V3.2
  298.         -----------
  299.         Release Date: 08 Dec 95
  300.  
  301.           * The maxixum number of invalid logins can now be set during
  302.             user creation.
  303.  
  304.           * The initialization settings contain a parameter for
  305.             automatically expiring accounts that have been inactive for
  306.             a given amount of time.
  307.  
  308.           * SuperUsers can now send a one-line memo to any user
  309.             (including themself). This is useful for reminders,
  310.             warnings, or explainations (why is user X locked out?).
  311.  
  312.  
  313.         Sentry V3.3
  314.         -----------
  315.         Release Date: 20 Dec 95
  316.  
  317.           * SuperUsers now have the ability to protect a file. That is,
  318.             when they run this option on a given executable file, that
  319.             file becomes "protected." The next time that file is run,
  320.             Sentry will execute. If a correct login and password are
  321.             given, then the original file is executed, otherwise the
  322.             user is locked out.
  323.  
  324.           * The initialization settings can now be exported and
  325.             re-loaded during an upgrade. (IE: you don't have to rebuild
  326.             your entire account structure and preferences each time you
  327.             upgrade.)
  328.  
  329.           * Faster disk I/O.
  330.  
  331.           * Many sections of code have been optimized.
  332.  
  333.           * Message files can now reside on a drive other than the drive
  334.             that Sentry.exe is on. This is a bug fix from 3.2.
  335.  
  336.           * Windows now have titles.
  337.  
  338.  
  339.         Sentry V3.4
  340.         -----------
  341.         Release Date: 01 Jan 96
  342.  
  343.           * Install program now handles many of the "low-level"
  344.             procedures, including file copying and editing. This removes
  345.             the much of the burden from the user during the install.
  346.  
  347.  
  348.         Sentry V3.5
  349.         -----------
  350.         Release Date: 05 Jan 96
  351.  
  352.           * The log file has been slightly re-designed. Now each user
  353.             has their own "log file" which can be viewed and/or purged.
  354.             This makes it easier to track an individual's activities -
  355.             all you have to do is view their log file to see everything
  356.             they have done, without the extra clutter.
  357.  
  358.           * File protection has been slightly re-worked to be compatible
  359.             with more files.
  360.  
  361.  
  362.         Sentry V3.6
  363.         -----------
  364.         Release Date: 11 Jan 96
  365.  
  366.           * When viewing the userlist, the current action is shown at
  367.             the prompt (IE: Delete, Change Password, etc).
  368.  
  369.           * The SuperUser menu has been broken down. System
  370.             administation is still done from the main menu, but user
  371.             maintenance now has it's own submenu.
  372.  
  373.           * Hot keys are back after popular demand. (IE: one key press
  374.             executes a menu option).
  375.  
  376.           * Screen is reset between major menus. This reduces
  377.             unnecessary clutter on the screen.
  378.  
  379.  
  380.         Sentry V3.7
  381.         -----------
  382.         Release Date: 20 Jan 96
  383.  
  384.           * A backup log file has been added. Information is moved from
  385.             the primary log file to the backup log file automatically,
  386.             once the log file reaches a user specified size.
  387.  
  388.           * The screen saver can now be activated automatically by
  389.             pressing the F2 key at any time.
  390.  
  391.           * When protecting .BAT files, the corresponding .EXE file will
  392.             not be over-written (if it exists).
  393.  
  394.  
  395.         Sentry V3.8
  396.         -----------
  397.         Release Date: 31 Jan 96
  398.  
  399.           * The descriptions of the initialization settings have been
  400.             removed from the Sentry.exe file. This saves about 10kb of
  401.             memory when using protected files, plus speeds up general
  402.             operation by about 1/6.
  403.  
  404.           * An uninstall option has been added to the install program.
  405.  
  406.  
  407.         Sentry V4.0
  408.         -----------
  409.         Release Date: 10 Feb 96
  410.  
  411.           * File protection is now more stable. In previous versions of
  412.             Sentry, a protected file could become corrupt if the account
  413.             structure was modified in certain ways.
  414.  
  415.           * Exiting the screen saver now requires your password when on
  416.             the SuperUser menu, or any submenu. This allows you to
  417.             activate the screen saver (F2) and leave your terminal
  418.             without having to exit the SuperUser menu.
  419.  
  420.  
  421.         Sentry V4.1
  422.         -----------
  423.         Release Date: 15 Feb 96
  424.  
  425.           * Files can no longer be protected twice. Protecting a file
  426.             multiple times caused some problems, while providing little
  427.             or no added functionality.
  428.  
  429.           * Online help is now available by pressing the F1 key at any
  430.             time. Help is context sensitive and will automatically bring
  431.             up the topic related to your current actions.
  432.  
  433.  
  434.         Sentry V4.2
  435.         -----------
  436.         Release Date: 22 Feb 96
  437.  
  438.           * Sentry now uses a secure file deletion process. This means
  439.             that any attempt to recover files deleted by Sentry will
  440.             reveal only useless "garbage."
  441.  
  442.           * During login, the password is padded on screen after it is
  443.             entered. This means that a 6 character password will be
  444.             padded out to the maximum length with the echo character.
  445.             This is done so that a password's length cannot be
  446.             determined if someone glances at your screen.
  447.  
  448.  
  449.         Sentry V4.3
  450.         -----------
  451.         Release Date: 25 Feb 96
  452.  
  453.           * A few minor bugs with the display were fixed (if the title
  454.             was disabled, the title box would still appear, etc).
  455.  
  456.           * The option to turn "type-ahead" on or off has been added to
  457.             the initialization settings.
  458.  
  459.           * The option to clear the screen before executing has been
  460.             added to the initialization settings.
  461.  
  462.  
  463.         Sentry V4.4
  464.         -----------
  465.         Release Date: 07 Mar 96
  466.  
  467.           * Install program now allows use of hidden directories.
  468.  
  469.           * The SuperUser can now enter a DOS shell from the SuperUser
  470.             menu to perform quick DOS operations.
  471.  
  472.  
  473.         Sentry V4.5
  474.         -----------
  475.         Release Date: 20 Mar 96
  476.  
  477.           * A "Please Wait" message now appears during disk access to
  478.             let the user know that Sentry is working. This is helpful
  479.             for some operations (like protecting a large file) that take
  480.             a considerable amount of time.
  481.  
  482.           * A Security Audit feature has been added to the SuperUser
  483.             menu. The Security Audit checks for potential weaknesses in
  484.             three areas: System, Initialization Settings, and Account
  485.             Structure. Weaknesses can be fixed on the spot if desired.
  486.  
  487.           * A bug with protected file's initialization settings showing
  488.             up incorrectly has been fixed.
  489.  
  490.  
  491.         Sentry V4.6
  492.         -----------
  493.         Release Date: 05 Apr 96
  494.  
  495.           * The Security Audit and install program now add the BootKeys
  496.             line to the MSDOS.SYS file intelligently.
  497.  
  498.           * Some minor bugs have been fixed in various places.
  499.  
  500.           * The user must accept the license agreement prior to
  501.             installation.
  502.  
  503.  
  504.         Sentry V4.7
  505.         -----------
  506.         Release Date: 20 Apr 96
  507.  
  508.           * More minor modifications. Many cosmetic changes have been
  509.             made. Problems with the log file in individual mode,
  510.             problems with skipping the SuperUser menu when changing
  511.             passwords, and several other small bugs have all been fixed
  512.             in this version.
  513.  
  514.           * Some basic operations have been "sped up" allowing almost
  515.             all operations to run faster.
  516.